SetSkipReading
Use this function to set Skip Reading in a variable field, text label, barcode, chart, table, or text area object.
Syntax:
SetSkipReading(ObjectName,Section,Form,Key2,ObjectType)
Parameter |
Description |
ObjectName |
Enter the name of the variable field, text label, barcode, chart, table, or text area to set skip reading. The system updates the first object found that matches your entry for this parameter. |
Section |
Optional. Enter the name of the section. |
Form |
Optional. Enter the name of the form. |
Key2 |
Optional. Enter the name of the Key2 group. |
ObjectType |
Enter the type of object, such as FIELD, TEXT, BARCODE, CHART, TABLE, or TEXTAREA. The default is TEXT. |
Important:
- The object referenced by SetSkipReading must have an explicit object name.
- Skip Reading is only used when producing accessible PDF output
Example:
SetSkipReading ("CODE39-1", "*", "*", "*", "FIELD");